home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 4 / FM Towns Free Software Collection 4 - Disc 1.iso / msdos / rpal / makefile < prev    next >
Makefile  |  1991-10-18  |  134b  |  7 lines

  1. .asm.obj:
  2.     optasm /MX $<;
  3.  
  4. #link
  5. rpal.com: rpal.c gtran_fm.obj suchen.obj
  6.     tcc -mt -lt -zPDGROUP rpal.c suchen.obj gtran_fm.obj
  7.